org.eclipse.vtp.desktop.core.configuration.attacheddata
Class AttachedDataBindingItem
java.lang.Object
org.eclipse.vtp.desktop.core.configuration.attacheddata.GenericBindingItem
org.eclipse.vtp.desktop.core.configuration.attacheddata.AttachedDataBindingItem
- All Implemented Interfaces:
- java.lang.Cloneable
public class AttachedDataBindingItem
- extends GenericBindingItem
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachedDataBindingItem
public AttachedDataBindingItem()
getEntries
public java.util.List getEntries()
addEntry
public void addEntry(AttachedDataItemEntry entry)
addEntry
public void addEntry(AttachedDataItemEntry entry,
int index)
removeEntry
public void removeEntry(AttachedDataItemEntry entry)
clearEntries
public void clearEntries()
clone
public java.lang.Object clone()
- Specified by:
clone in class GenericBindingItem